Path: / workflows / {workflow-id} / executions / {eid} / cancel

Path parameters:
workflow-id -
eid -

Method Summary
ResourceDescription
PUT /workflows/{workflow-id}/executions/{eid}/cancel 

Method Detail
HTTP Example:
PUT /workflows/{workflow-id}/executions/{eid}/cancel

API Example:

WorkflowsResource.cancelExecution({'workflow-id': …,
  'eid': …});

Output:
void